Table-valued Function
Short Description
The Table-valued Function operator evaluates a table-valued function and stores the result in a tempdb object
Detailed Description​
The Table-valued Function operator evaluates a table-valued function and stores the result in a tempdb object. These rows are returned from the tempdb object when the parent operator requests them. The Table-valued Function can be written in either Transact-SQL or Common Language Runtime (CLR) code.
Additional Links​
- Microsoft Documentation - Showplan Logical and Physical Operators Reference
- Microsoft Documentation - Explain Plans
- Plansplaining - Hugo Kornelis' Blog series
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.